go/types.monoGraph.recordInstance (method)

3 uses

	go/types (current package)
		call.go#L90: 			check.mono.recordInstance(check.pkg, pos, tparams, targs, xlist)
		mono.go#L170: func (w *monoGraph) recordInstance(pkg *Package, pos token.Pos, tparams []*TypeParam, targs []Type, xlist []ast.Expr) {
		typexpr.go#L484: 				check.mono.recordInstance(check.pkg, pos, inst.tparams.list(), inst.targs.list(), ix.Indices)